home *** CD-ROM | disk | FTP | other *** search
/ PC Extra 07 & 08 / pca1507.iso / Software / psp8 / Data1.cab / optimize.swf / scripts / DefineButton2_107 / BUTTONCONDACTION on(release, keyPress Enter).as
Encoding:
Text File  |  2003-04-22  |  126 b   |  5 lines

  1. on(release, keyPress "<Enter>"){
  2.    _global.menu.selectItem("mapping");
  3.    loadMovie("mapping.swf","_root.mainwindow");
  4. }
  5.